home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000226_icon-group-sender _Fri Nov 5 10:56:47 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id KAA21852
  4.     for icon-group-addresses; Fri, 5 Nov 1999 10:53:23 -0700 (MST)
  5. Message-Id: <199911051753.KAA21852@baskerville.CS.Arizona.EDU>
  6. X-Authentication-Warning: agate.berkeley.edu: news set sender to <news> using -f
  7. From: Andrew McGhie <ceeam8@cee.hw.ac.uk>
  8. X-Newsgroups: comp.lang.icon
  9. Subject: How do I create an array of records??
  10. Date: Mon, 01 Nov 1999 10:48:44 +0000
  11. X-Trace: glencoe.hw.ac.uk 941453140 29905 137.195.187.207 (1 Nov 1999 10:45:40 GMT)
  12. X-Complaints-To: news
  13. To: icon-group@optima.CS.Arizona.EDU
  14. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  15. Status: RO
  16.  
  17. I've just started programming with Icon and was wondering how to create
  18. an array of records, for instance a database of people.
  19. I've declared a record as follows:
  20.    record Person(surname, forename, age, height)
  21. but what do I do after this?  Or is there a better was to do it?
  22.  
  23. Thanks for your time
  24. ANDY.
  25.  
  26.